mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-16 16:28:47 +00:00
Invoke verbosity (#11706)
* Reduce verbosity of invoke tasks - Suppress some django messages which are not useful to most users - Verbosity can be added with --verbose flag * Further improvements * Better messaging * Extra options * No!
This commit is contained in:
@@ -13,7 +13,7 @@ import { __INVENTREE_VERSION_INFO__ } from './version-info';
|
||||
const IS_IN_WSL = platform().includes('WSL') || release().includes('WSL');
|
||||
|
||||
if (IS_IN_WSL) {
|
||||
console.log('WSL detected: using polling for file system events');
|
||||
console.debug('WSL detected: using polling for file system events');
|
||||
}
|
||||
|
||||
// Output directory for the built files
|
||||
|
||||
Reference in New Issue
Block a user