File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export async function activate(context: ExtensionContext): Promise<void> {
57
57
file = require . resolve ( config . path ) ;
58
58
if ( file . endsWith ( "intelephense.js" ) === false ) throw new Error ( ) ;
59
59
60
- /* ---- See :CocOpenlog ---- */
60
+ /* ---- See :CocOpenLog ---- */
61
61
extensionContext . logger . info (
62
62
"intelephense module (phpls.path) is ready to be started"
63
63
) ;
@@ -73,7 +73,7 @@ export async function activate(context: ExtensionContext): Promise<void> {
73
73
file = require . resolve ( "intelephense" ) ;
74
74
if ( file . endsWith ( "intelephense.js" ) === false ) throw new Error ( ) ;
75
75
76
- /* ---- See :CocOpenlog ---- */
76
+ /* ---- See :CocOpenLog ---- */
77
77
extensionContext . logger . info (
78
78
"intelephense module (builtin) is ready to be started"
79
79
) ;
You can’t perform that action at this time.
0 commit comments