Skip to content

Commit 9e12146

Browse files
committed
Fix Thenable compile error
1 parent eb4a623 commit 9e12146

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

jsonrpc/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) Microsoft Corporation. All rights reserved.
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
* ------------------------------------------------------------------------------------------ */
5-
/// <reference path="./thenable.d.ts" />
5+
/// <reference path="../typings/thenable.d.ts" />
66
'use strict';
77

88
import * as Is from './is';
File renamed without changes.

0 commit comments

Comments
 (0)