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