We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbc140 commit a4ed08fCopy full SHA for a4ed08f
1 file changed
blog/26-04-16/node-gyp-always-on-top/ex/always-on-top.js
@@ -1,8 +1,9 @@
1
-const addon = require('./build/Release/always-on-top.node');
2
-
3
-console.log("Setting active window always on top");
4
-addon.setAlwaysOnTop();
5
6
7
8
+ const addon = require('./build/Release/always-on-top.node');
+ console.log('Setting active window always on top');
+ addon.setAlwaysOnTop();
+
9
0 commit comments