-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I always get following error when I try to run the program;
~\apex-diff\app.js test 110
undefined:41
,"apex_application_authorization":[
^
SyntaxError: Unexpected token , in JSON at position 11965
at JSON.parse ()
at Object. (C:\Repositories\GitHub\apex-diff\app.js:255:28)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:741:12)
at startup (internal/bootstrap/node.js:285:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:739:3)