File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,8 +203,7 @@ function runTests() {
203203 "MAX_THINKING_TOKENS" ,
204204 "CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING" ,
205205 ] ;
206- const readJson = ( filePath ) =>
207- JSON . parse ( fs . readFileSync ( filePath , "utf8" ) ) ;
206+ const readJson = ( filePath ) => JSON . parse ( fs . readFileSync ( filePath , "utf8" ) ) ;
208207 const isObject = ( value ) =>
209208 value !== null && typeof value === "object" && ! Array . isArray ( value ) ;
210209 const merge = ( base , overlay ) => {
@@ -287,9 +286,13 @@ function runTests() {
287286 omcFeatureValid = false ;
288287 }
289288 if ( ! / o m c p r o x y ( s t a r t | s t o p | r e s t a r t ) / . test ( omcInstall ) ) {
290- console . log ( "✓ Test 10.2: oh-my-claude install avoids stale daemon commands" ) ;
289+ console . log (
290+ "✓ Test 10.2: oh-my-claude install avoids stale daemon commands" ,
291+ ) ;
291292 } else {
292- console . log ( "❌ Test 10.2: oh-my-claude install uses stale daemon commands" ) ;
293+ console . log (
294+ "❌ Test 10.2: oh-my-claude install uses stale daemon commands" ,
295+ ) ;
293296 omcFeatureValid = false ;
294297 }
295298 if (
You can’t perform that action at this time.
0 commit comments