When I am trying to use file_regex.
This is the build system I am using:
[code]file_regex: "\((?P.*):(?P[0-9]+):(?P[0-9]+)\)
I also tried:
result_file_regex: "\((?P.*):(?P[0-9]+):(?P[0-9]+)\)[/code]
Wen I build (Ctrl+B), sublime crashed on windows.
This is the result of the build:
module.js:340
throw err;
^
Error: Cannot find module './oauth.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
I would like to know how to capture the result of that input (from NodeJS)