electron/spec/fixtures/module/preload-node-off-wrapper.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
71 B
JavaScript
Raw Normal View History

setImmediate(function () {
require('./preload-required-module');
});