Skip to content

Commit

Permalink
fixed logging bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tverstraten committed Feb 6, 2023
1 parent 64179b1 commit 36ec461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tverstraten/harvest-forward",
"version": "0.3.47",
"version": "0.3.48",
"description": "Harvest Forward Runtime. Harvest, transform, generate and repeat with artifacts and code. Have your code synchronized to the artifacts that define it",
"author": "tverstraten",
"repository": {
Expand Down
3 changes: 1 addition & 2 deletions src/cli.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env node
/* eslint-disable @typescript-eslint/explicit-function-return-type */


function outputUsage() {
console.log(`Usage: node index.js <options>
Expand Down Expand Up @@ -32,7 +31,7 @@ process.argv.forEach((argument) => {
import { ConfigurationManager } from './runtime/ConfigurationManager'
import { RuntimeBuilder } from './runtime/RuntimeBuilder'
import { System } from './system/System'
import { Logging } from '@hfadmin/logging'
import { Logging } from '@tverstraten/log-annotations'

async function run(cliArguments) {
var logger = Logging.newLogger('hf')
Expand Down

0 comments on commit 36ec461

Please sign in to comment.