Skip to content

Commit

Permalink
Remove tree command
Browse files Browse the repository at this point in the history
  • Loading branch information
branchseer committed Oct 24, 2021
1 parent 09e0f01 commit 2a01375
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/postproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def filterLibFile(filename):
additional_obj_glob = nodeSrcFolder + '/out/Release/obj/node_mksnapshot/src/*.obj'

if sys.platform == 'win32':
subprocess.check_call(['tree', nodeSrcFolder + '/out/Release'])
subprocess.check_call([
'lib', '/OUT:' + os.path.join(libFolder, "libnode_snapshot.lib")
] +
Expand Down

0 comments on commit 2a01375

Please sign in to comment.