We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28ed50 commit 43cca1fCopy full SHA for 43cca1f
packages/compass/src/app/index.js
@@ -126,6 +126,12 @@ var Application = View.extend({
126
'click a': 'onLinkClick'
127
},
128
initialize: function() {
129
+ /**
130
+ * @see NODE-4281
131
+ * @todo: remove when NODE-4281 is merged.
132
+ */
133
+ Number.prototype.unref = () => {};
134
+
135
ipc.on('window:show-compass-tour', this.showTour.bind(this, true));
136
ipc.on('window:show-network-optin', this.showOptIn.bind(this));
137
ipc.on('window:show-security-panel', this.showSecurity.bind(this));
0 commit comments