Experience-Monks / devtool

[OBSOLETE] runs Node.js programs through Chromium DevTools
MIT License
3.77k stars 150 forks source link

Doesn't run js files #45

Closed Elnee closed 8 years ago

Elnee commented 8 years ago

I have Windows 7 (32-bit) and when I try to run scripts via devtool (devtool some.js) I get next errors: (Screenshots are clickable) Error1 Error2

Code in some.js

function foo() {
    return 'bar';
}

console.log(foo());

These errors appear even if I just run devtool Sorry for my bad English.

Elnee commented 8 years ago

Sorry. Duplicate issue: https://github.com/Jam3/devtool/issues/42