Skip to content

Commit f41f2d3

Browse files
committed
💄
1 parent 87dee2b commit f41f2d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/base/node/extfs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export function mkdirp(path: string, mode?: number, token?: CancellationToken):
154154

155155
// stop at root
156156
if (path === paths.dirname(path)) {
157-
return TPromise.wrap(true);
157+
return TPromise.as(true);
158158
}
159159

160160
// recursively mkdir

0 commit comments

Comments
 (0)