Skip to content

Commit

Permalink
debt - use our assert util
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Mar 4, 2019
1 parent 5518580 commit 265644d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/api/node/extHostDocumentsAndEditors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

import * as assert from 'assert';
import * as assert from 'vs/base/common/assert';
import { Emitter, Event } from 'vs/base/common/event';
import { dispose } from 'vs/base/common/lifecycle';
import { URI } from 'vs/base/common/uri';
Expand Down

0 comments on commit 265644d

Please sign in to comment.