Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/src/util.ts')
-rw-r--r--editors/code/src/util.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/util.ts b/editors/code/src/util.ts
index 83b8abe777..410b055100 100644
--- a/editors/code/src/util.ts
+++ b/editors/code/src/util.ts
@@ -14,7 +14,7 @@ export function assert(condition: boolean, explanation: string): asserts conditi
}
export type Env = {
- [name: string]: string;
+ [name: string]: string | undefined;
};
class Log {