tangled
alpha
login
or
join now
atscan.net
/
plcbundle-ref
5
fork
atom
PLC Bundle V1 Example Implementations
5
fork
atom
overview
issues
pulls
pipelines
update dir path
tree.fail
4 months ago
f62527f3
99fcb730
+1
-1
1 changed file
expand all
collapse all
unified
split
plcbundle.ts
+1
-1
plcbundle.ts
···
266
266
// ============================================================================
267
267
268
268
const run = async (): Promise<void> => {
269
269
-
const dir = process.argv[2] || './bundles';
269
269
+
const dir = process.argv[2] || './plc_bundles';
270
270
271
271
console.log('PLC Bundle Fetcher');
272
272
console.log('==================');