mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-10 17:19:29 +00:00
7 lines
226 B
JavaScript
7 lines
226 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) {}
|
|
}
|