summaryrefslogtreecommitdiffstats
path: root/build/plugins/nots.py
diff options
context:
space:
mode:
authorsnermolaev <[email protected]>2022-02-10 16:45:53 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:45:53 +0300
commit2015790ac9fcc04caab83fccc23ab2460310a797 (patch)
treee644e9bc3f6f688561a871793b59bf8a637e0f72 /build/plugins/nots.py
parentc768a99151e47c3a4bb7b92c514d256abd301c4d (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'build/plugins/nots.py')
-rw-r--r--build/plugins/nots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/nots.py b/build/plugins/nots.py
index 5018256ddc9..7c4478c454a 100644
--- a/build/plugins/nots.py
+++ b/build/plugins/nots.py
@@ -27,7 +27,7 @@ def onnode_modules(unit):
pm = _create_pm(unit)
unit.onpeerdir(pm.get_peer_paths_from_package_json())
ins, outs = pm.calc_node_modules_inouts()
- unit.on_node_modules(["IN"] + sorted(ins) + ["OUT"] + sorted(outs))
+ unit.on_node_modules(["IN"] + sorted(ins) + ["OUT"] + sorted(outs))
def on_ts_configure(unit, tsconfig_path):