Commit 20229d68 authored by Herman Lee's avatar Herman Lee Committed by Trevor Norris
Browse files

path: isAbsolute() should always return boolean



On Windows, path.isAbsolute() returns an empty string on failed cases.
This forces the return value to always be boolean.

Reviewed-by: default avatarTrevor Norris <trev.norris@gmail.com>
parent 962e6514
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment