Merge branch 'development' into development_tmux
* development: ... ... ... ... # Conflicts: # examples/osal/sshagent.vsh # examples/osal/sshagent/sshagent_example.v # examples/osal/tmux.vsh # lib/osal/sshagent/agent.v # lib/osal/sshagent/builder_integration.v # lib/osal/tmux/tmux_pane.v # lib/osal/tmux/tmux_scan.v # lib/osal/tmux/tmux_session.v # lib/osal/tmux/tmux_window.v
This commit is contained in:
@@ -38,7 +38,7 @@ fn (mut cw CodeWalker) filemap_get_from_path(path string, content_read bool) !Fi
|
||||
return error('Source directory "${path}" does not exist')
|
||||
}
|
||||
|
||||
mut files := dir.list(ignoredefault: false)!
|
||||
mut files := dir.list(ignore_default: false)!
|
||||
mut fm := FileMap{
|
||||
source: path
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user