File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ export const evaluateType = async (
110
110
`typeString is empty for ${ filePath } . was searching for ${ searchFor } ` ,
111
111
) ;
112
112
}
113
- if ( / i n s t r u c t i o n s : \[ \s * { k i n d : " H a l t " ; / . test ( typeString ) ) {
113
+ if ( / i n s t r u c t i o n s : \[ \s * { \s * k i n d : " H a l t " ; / . test ( typeString ) ) {
114
114
// the top instruction is a halt
115
115
fsWorker . writeFile ( errorFilePath , typeString , 'ts' ) ;
116
116
throw new Error ( `sorry, Charlie. you gotta debug this now.` ) ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export type Patch<Source, Update> = evaluate<
19
19
& Update
20
20
> ;
21
21
22
- export type IDugMyselfANiceBigHoleAndNowIHaveToDebugMyWayOutOfItSomehow = true ;
22
+ export type IDugMyselfANiceBigHoleAndNowIHaveToDebugMyWayOutOfItSomehow = false ;
23
23
24
24
export namespace State {
25
25
export type error <
You can’t perform that action at this time.
0 commit comments