Skip to content

Commit 21de70d

Browse files
committed
[Config] Fix, trivial.
1 parent ef2dde4 commit 21de70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
},
289289
{
290290
"command": "tsar.transform.propagate",
291-
"when": "resourceLangId' == 'cpp'",
291+
"when": "resourceLangId == 'cpp'",
292292
"group": "1_tsar"
293293
},
294294
{

0 commit comments

Comments
 (0)