File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 131131 ],
132132 "msvs_settings" : {
133133 "VCCLCompilerTool" : {
134- 'ExceptionHandling' : 0 , # /EHsc
135134 'MultiProcessorCompilation' : 'true' ,
136135 "AdditionalOptions" : [
137136 # C++ standard
138137 "/std:c++<(STANDARD)" ,
138+
139+ "/EHsc" # C++ exception handling
139140 ]
140141 }
141142 }
Original file line number Diff line number Diff line change 88 "build:node" : " node-gyp rebuild" ,
99 "build:browser" : " bash -c script/build-browser-version.sh || echo 'the browser build is unsupported'" ,
1010 "build" : " npm run build:node && npm run build:browser" ,
11- "test:native" : " node-gyp rebuild --debug --tests && node script/test-native.js" ,
11+ "test:native" : " node-gyp configure --debug --tests && node-gyp build --debug --tests && node script/test-native.js" ,
1212 "test:node" : " mocha test/js/*.js" ,
1313 "test:browser" : " cross-env SUPERSTRING_USE_BROWSER_VERSION=1 mocha test/js/*.js || echo 'the browser tests are unsupported'" ,
1414 "test" : " npm run test:node && npm run test:native && npm run test:browser" ,
You can’t perform that action at this time.
0 commit comments