Changeset View
Changeset View
Standalone View
Standalone View
src/moduleutils/PhutilLibraryMapBuilder.php
Show First 20 Lines • Show All 116 Lines • ▼ Show 20 Lines | /* -( Mapping libphutil Libraries )---------------------------------------- */ | ||||
* | * | ||||
* @param string Message to write. | * @param string Message to write. | ||||
* @return this | * @return this | ||||
* | * | ||||
* @task map | * @task map | ||||
*/ | */ | ||||
private function log($message) { | private function log($message) { | ||||
if (!$this->quiet) { | if (!$this->quiet) { | ||||
@fwrite(STDERR, "%s\n", $message); | @fprintf(STDERR, "%s\n", $message); | ||||
} | } | ||||
return $this; | return $this; | ||||
} | } | ||||
/* -( Path Management )---------------------------------------------------- */ | /* -( Path Management )---------------------------------------------------- */ | ||||
/** | /** | ||||
▲ Show 20 Lines • Show All 401 Lines • Show Last 20 Lines |