Skip to content

Commit 9f8ba47

Browse files
Update utils.js
1 parent 83d62bb commit 9f8ba47

File tree

1 file changed

+1
-1
lines changed
  • packages/ember-css-modules/lib/htmlbars-plugin

1 file changed

+1
-1
lines changed

packages/ember-css-modules/lib/htmlbars-plugin/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function setValue(node, value) {
100100
* Deprecated in ember 5.9+
101101
* (so we use the above for newer embers)
102102
*/
103-
path.original = value;
103+
node.original = value;
104104
}
105105
}
106106

0 commit comments

Comments
 (0)