File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/client/common/platform Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66import * as chokidar from 'chokidar' ;
77import * as path from 'path' ;
88import { RelativePattern , workspace } from 'vscode' ;
9- import { traceError , traceVerbose , traceWarning } from '../logger' ;
9+ import { traceError , traceVerbose } from '../logger' ;
1010import { DisposableRegistry } from '../syncDisposableRegistry' ;
1111import { IDisposable } from '../types' ;
1212import { normCasePath } from './fs-paths' ;
@@ -124,7 +124,7 @@ function watchLocationUsingChokidar(
124124 traceError ( `Inotify limit reached (ENOSPC) for ${ baseDir } with pattern ${ pattern } ` ) ;
125125 await stopWatcher ( ) ;
126126 } else {
127- traceWarning ( error . toString ( ) ) ;
127+ traceVerbose ( error . toString ( ) ) ;
128128 }
129129 }
130130 } ) ;
You can’t perform that action at this time.
0 commit comments