mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
Spelling
This commit is contained in:
parent
a16981642a
commit
4442ed0d2f
@ -1,16 +1,16 @@
|
||||
#!/usr/bin/env node
|
||||
"use strict";
|
||||
|
||||
// Check if we are in an electron enviroment
|
||||
// Check if we are in an electron environment
|
||||
if (process.versions["electron"]) {
|
||||
// off to a seperate electron boot enviroment
|
||||
// off to a separate electron boot environment
|
||||
require("./mstream-electron.js");
|
||||
return;
|
||||
}
|
||||
|
||||
var program = require("./modules/config/configure-commander.js").setup(process.argv);
|
||||
|
||||
// User ran a miantnence operation. End the program
|
||||
// User ran a maintenance operation. End the program
|
||||
if(!program){
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user