mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-07-09 00:38:59 +00:00
7 lines
228 B
JavaScript
7 lines
228 B
JavaScript
function run_test() {
|
|
var cmdLine = Components.classes["@mozilla.org/toolkit/command-line;1"].createInstance(Components.interfaces.nsICommandLine);
|
|
try {
|
|
cmdLine.getArgument(cmdLine.length);
|
|
} catch (e) {}
|
|
}
|