mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 05:08:51 +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) {}
|
|
}
|