cmkr icon indicating copy to clipboard operation
cmkr copied to clipboard

Error correctly when trying to access a directory that doesn't exist

Open mrexodia opened this issue 1 year ago • 0 comments

[project]
name = "cmkr_printup_bug"

[target.cmkr_printup_bug]
type = "executable"
sources = ["src/cmkr_printup_bug/*.cpp"]
compile-features = ["cxx_std_11"]

(presumably this errors if src/cmkr_printup_bug doesn't exist

mrexodia avatar Jun 11 '23 22:06 mrexodia