mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -07:00
Cleaned up project root.
This commit is contained in:
parent
2d968a725c
commit
c56cf8860e
16 changed files with 146 additions and 788 deletions
|
@ -3,10 +3,10 @@
|
|||
// gulp --phantom
|
||||
|
||||
var phantom = false;
|
||||
process.argv.forEach(function (val, index, array) {
|
||||
if (val === '--phantom') {
|
||||
phantom = true;
|
||||
}
|
||||
process.argv.forEach(function(val, index, array) {
|
||||
if (val === '--phantom') {
|
||||
phantom = true;
|
||||
}
|
||||
});
|
||||
|
||||
console.log('Phantom:', phantom);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue