diff options
author | snermolaev <[email protected]> | 2022-02-10 16:45:53 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:53 +0300 |
commit | 2015790ac9fcc04caab83fccc23ab2460310a797 (patch) | |
tree | e644e9bc3f6f688561a871793b59bf8a637e0f72 /build/plugins/nots.py | |
parent | c768a99151e47c3a4bb7b92c514d256abd301c4d (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'build/plugins/nots.py')
-rw-r--r-- | build/plugins/nots.py | 2 |
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): |