Created
June 1, 2018 15:52
-
-
Save triacontane/b88908457e451282b57d90e20ffc0f80 to your computer and use it in GitHub Desktop.
新NW.jsにて発生しているisDevToolsOpenが存在しないエラーを回避する。(正常に機能しないことに変わりはありません)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| nw.Window.get().isDevToolsOpen = function() { | |
| return false; | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment