Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

This semi colon causes errors #131

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open

This semi colon causes errors #131

wants to merge 2 commits into from

Conversation

tumble1999
Copy link

SyntaxError: Unexpected token ;
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:373:25)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object. (C:\Users\UserName\Desktop\steambot\MyBot.js:63:16)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
2016-10-09T14:01:52.575Z - info: tumblemusic/chatBot.js: logging output to: bot.username.log
2016-10-09T14:01:52.591Z - info: tumblemusic/chatBot.js: using sentryFile bot.username.sentry
2016-10-09T14:01:52.601Z - debug: tumblemusic/chatBot.js: Initializing webserver
C:\Users\UserName\Desktop\steambot\example-config-triggers.js:131
forecastMetric: false;
^

Efreak and others added 2 commits August 31, 2016 20:51
SyntaxError: Unexpected token ;
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:373:25)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (C:\Users\UserName\Desktop\steambot\MyBot.js:63:16)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
 2016-10-09T14:01:52.575Z - info: tumblemusic/chatBot.js: logging output to: bot.username.log
2016-10-09T14:01:52.591Z - info: tumblemusic/chatBot.js: using sentryFile bot.username.sentry
2016-10-09T14:01:52.601Z - debug: tumblemusic/chatBot.js: Initializing webserver
C:\Users\UserName\Desktop\steambot\example-config-triggers.js:131
                        forecastMetric: false;
                                                        ^
@Efreak Efreak changed the base branch from master to development October 9, 2016 19:15
@Efreak
Copy link
Member

Efreak commented Oct 9, 2016

Swapped base to development. Master should be released soon_ish_. In the meantime, these are simply examples and they are not intended to be run as-is (for example, the tumblr trigger won't work). Also, the examples are outdated, because documentation is boring and I'm a bad developer.

Perhaps examples is the wrong word to use. I think of them more as code samples showing how to set up the bot than examples of running code (this is my excuse for not keeping them up to date)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants