diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-18 17:37:24 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-18 17:37:24 +0200 |
| commit | 6c6727916e6478f3b23e4561d3041e2bdff43cf0 (patch) | |
| tree | d9aab3eaa33e9b4d6553336b7597b17566d324fa /worker.js | |
| parent | 330798bd7bf1d8373372dc57b505e41be7e35b9a (diff) | |
| download | cruncher-6c6727916e6478f3b23e4561d3041e2bdff43cf0.tar.gz cruncher-6c6727916e6478f3b23e4561d3041e2bdff43cf0.zip | |
typo
Diffstat (limited to 'worker.js')
| -rw-r--r-- | worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ const logger = new (winston.Logger)({ logger.info("working for %s on %s", msg.properties.type, player_id); - let calulation_profiler = logger.startTimer(); + let calculation_profiler = logger.startTimer(); if (msg.properties.type == "global") { const records = await calculate_global_point(); if (records != undefined) |
