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 7c18a23 commit 0b5b7f6Copy full SHA for 0b5b7f6
index.js
@@ -26,15 +26,6 @@ fluid.contextAware.makeChecks({
26
});
27
28
require("./gpii/node_modules/WindowsUtilities/WindowsUtilities.js");
29
-
30
-// Not for production:
31
-var gpii = fluid.registerNamespace("gpii");
32
-console.log("Crashing");
33
-// Crash by invoking a null callback.
34
-gpii.windows.user32.EnumWindows(Buffer.alloc(0) ,0);
35
-console.log("Crash failed");
36
37
38
require("./gpii/node_modules/processHandling/processHandling.js");
39
require("./gpii/node_modules/displaySettingsHandler");
40
require("./gpii/node_modules/registrySettingsHandler");
0 commit comments