Hi @Charan that can be fixed doing an update to the file:
/gulp/extension-mechanism/local-tasks/sass.js (this happens on theme and extension tools)
you need to change in the line 109:
.pipe(sass.sync()).on('error', gulpDone)
by:
.pipe(sass.sync()).on('error', sass.logError)