You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.
When I follow your directions I end up with the node-webkit clouds and an error that says:
Uncaught node.js Error
TypeError: undefined is not a function
at dart.J.get$length$asx (file:///home/username/Development/test/build/web/index.dart.js:3629:41)
at dart.main (file:///home/username/Development/test/build/web/index.dart.js:3499:12)
at file:///home/username/Development/test/build/web/index.dart.js:4281:7
at init.currentScript (file:///home/username/Development/test/build/web/index.dart.js:4263:5)
at file:///home/username/Development/test/build/web/index.dart.js:4276:3
at file:///home/username/Development/test/build/web/index.dart.js:4286:3
The text was updated successfully, but these errors were encountered:
The problem come from gui.App.argv.length
if you use gui.App.argv[0]
directly in the string, it works. But if you put something like : var a = gui.App.argv.length;
before the querySelector, the error comes up.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I follow your directions I end up with the node-webkit clouds and an error that says:
Uncaught node.js Error
TypeError: undefined is not a function
at dart.J.get$length$asx (file:///home/username/Development/test/build/web/index.dart.js:3629:41)
at dart.main (file:///home/username/Development/test/build/web/index.dart.js:3499:12)
at file:///home/username/Development/test/build/web/index.dart.js:4281:7
at init.currentScript (file:///home/username/Development/test/build/web/index.dart.js:4263:5)
at file:///home/username/Development/test/build/web/index.dart.js:4276:3
at file:///home/username/Development/test/build/web/index.dart.js:4286:3
The text was updated successfully, but these errors were encountered: