Skip to content

Commit d728968

Browse files
committed
iterate on error handling
1 parent 967b216 commit d728968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const drivesListProvider: JupyterFrontEndPlugin<IDriveInfo[]> = {
173173
});
174174
}
175175
} else {
176-
console.error(response.message);
176+
console.log(response.message);
177177
}
178178
return drives;
179179
}

0 commit comments

Comments
 (0)