Skip to content

Commit

Permalink
ProjectCracker: use Buildalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
yatli committed Apr 15, 2020
1 parent 4fa8572 commit 106b72e
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 226 deletions.
Empty file modified pack.sh
100644 → 100755
Empty file.
121 changes: 37 additions & 84 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/LSP/Log.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ let diagnosticsLog = ref stderr

/// Print to LSP.Log.diagnosticsLog, which is stderr by default but can be redirected
let dprintfn(fmt: Printf.TextWriterFormat<'T>): 'T =
Printf.fprintfn !diagnosticsLog fmt
Printf.fprintfn !diagnosticsLog fmt

let dprintf(fmt: Printf.TextWriterFormat<'T>): 'T =
Printf.fprintf !diagnosticsLog fmt
Loading

0 comments on commit 106b72e

Please sign in to comment.